net/http.http2clientConnPool.mu (field)
16 uses
net/http (current package)
h2_bundle.go#L766: mu sync.Mutex // TODO: maybe switch to RWMutex
h2_bundle.go#L797: p.mu.Lock()
h2_bundle.go#L807: p.mu.Unlock()
h2_bundle.go#L812: p.mu.Unlock()
h2_bundle.go#L817: p.mu.Unlock()
h2_bundle.go#L864: c.p.mu.Lock()
h2_bundle.go#L869: c.p.mu.Unlock()
h2_bundle.go#L883: p.mu.Lock()
h2_bundle.go#L886: p.mu.Unlock()
h2_bundle.go#L902: p.mu.Unlock()
h2_bundle.go#L922: p.mu.Lock()
h2_bundle.go#L930: p.mu.Unlock()
h2_bundle.go#L952: p.mu.Lock()
h2_bundle.go#L953: defer p.mu.Unlock()
h2_bundle.go#L970: p.mu.Lock()
h2_bundle.go#L971: defer p.mu.Unlock()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |